func runtime.funcline
6 uses
runtime (current package)
debuglog.go#L916: file, line := funcline(fn, pc)
heapdump.go#L647: file, line := funcline(f, pc)
mcheckmark.go#L266: file, line := funcline(funcInfo, ctx.funcPC)
mcheckmark.go#L276: file, line := funcline(createInfo, ctx.createPC)
symtab.go#L1206: func funcline(f funcInfo, targetpc uintptr) (file string, line int32) {
traceback.go#L795: file, line := funcline(f, tracepc)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |